x86: Make use of pagetable_get_mfn() where appropriate
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 27 Sep 2017 14:30:13 +0000 (14:30 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 10 Oct 2017 09:47:34 +0000 (10:47 +0100)
commit04d03973926db34c3c16a32c763f6ccb78a84d01
treeee87b1457fe77c058873fb6d198748d5f0456701
parent572a78190403e5f2acbd01fa72c35fafe9700169
x86: Make use of pagetable_get_mfn() where appropriate

... instead of the opencoded _mfn(pagetable_get_pfn(...)) construct.

Fix two overly long lines; no functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: George Dunlap <george.dunlap@citrix.com>
Release-acked-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Tim Deegan <tim@xen.org>
Acked-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/domain.c
xen/arch/x86/domctl.c
xen/arch/x86/mm/p2m-ept.c
xen/arch/x86/mm/shadow/multi.c